翻訳と辞書 |
Transient (computing) : ウィキペディア英語版 | Transient (computer programming) In computer programming, transient is a property of any element in the system that is temporary. The term applies to ''transient applications'', i.e. software for the end-user which is displayed with a transient application posture; ''transient data'', which is discarded after it is no longer needed by the computation; and ''transient code'' which are subroutines or software components that are loaded in the system only for a fraction of the total run time. Examples of applications of the term are described below. ==Java== In the Java programming language, transient is a keyword used as a field modifier. When a field is declared transient, it would not be serialized even if the class to which it belongs is serialized. In Java, methods, classes and interfaces cannot be declared as transient, because they are never serialized.〔(Discover the secrets of the Java Serialization API ) - article from Sun〕 In Hibernate and other persistence systems, ''transient'' describes an object that has been instantiated, but is not associated with a Hibernate session, i. e. the object resides in memory but is not being persisted.〔For more detail go to: (Jboss.org )〕
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Transient (computer programming)」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|